projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44177ab
)
(HAVE_MOUSE, PURESIZE): Definitions moved here.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 11 Jul 1994 05:11:04 +0000
(
05:11
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 11 Jul 1994 05:11:04 +0000
(
05:11
+0000)
src/s/msdos.h
patch
|
blob
|
history
diff --git
a/src/s/msdos.h
b/src/s/msdos.h
index 14559756b6a9ce88154669a699d6e309578cf8d3..a62aa66929e44927059a1f37cd3326454b759844 100644
(file)
--- a/
src/s/msdos.h
+++ b/
src/s/msdos.h
@@
-220,3
+220,9
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define GAP_USE_BCOPY
#define BCOPY_UPWARD_SAFE 1
#define BCOPY_DOWNWARD_SAFE 1
+
+/* We need a little extra space, see ../../lisp/loadup.el */
+#define PURESIZE 240000
+
+/* We have (the code to control) a mouse. */
+#define HAVE_MOUSE